home *** CD-ROM | disk | FTP | other *** search
/ Erect Magazine Special 4 / Erect Magazine Special 4 - Disc 2.iso / mac / Menu.DIR / 00033.ls < prev    next >
Encoding:
Text File  |  1996-11-05  |  214 b   |  13 lines

  1. on startMovie
  2.   set the romanLingo to 1
  3. end
  4.  
  5. on stopMovie
  6.   repeat with n = 6 to 8
  7.     set the visible of sprite n to 1
  8.   end repeat
  9.   repeat with n = 11 to 29
  10.     set the visible of sprite n to 1
  11.   end repeat
  12. end
  13.